use int instead of time_t to print timezone info
authorVladimir Petko <vladimir.petko@canonical.com>
Sun, 22 Sep 2024 12:49:33 +0000 (14:49 +0200)
committerMatthias Klose <doko@ubuntu.com>
Sun, 22 Sep 2024 12:49:33 +0000 (14:49 +0200)
commitf4102ec17eec350beda43347d0a6b2ffd143bd52
treed0923ebf0084479e2aba948d119bf7b2bc868aa5
parent29fcd2affcbedfe29c289f81bbb96f43631e5848
use int instead of time_t to print timezone info

Bug: https://bugs.openjdk.org/browse/JDK-8334502
Last-Update: 2024-06-19

printf() call uses %02d format specifier that requires an int parameter.

Gbp-Pq: Name jdk-8334502-proposed.patch
src/hotspot/share/runtime/os.cpp